func net.parseNetwork
6 uses
net (current package)
dial.go#L228: func parseNetwork(ctx context.Context, network string, needsProto bool) (afnet string, proto int, err error) {
dial.go#L264: afnet, _, err := parseNetwork(ctx, network, true)
iprawsock.go#L81: afnet, _, err := parseNetwork(context.Background(), network, false)
iprawsock_posix.go#L116: network, proto, err := parseNetwork(ctx, sd.network, true)
iprawsock_posix.go#L139: network, proto, err := parseNetwork(ctx, sl.network, true)
lookup.go#L218: afnet, _, err := parseNetwork(ctx, network, false)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |